home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Remax Data
/
Remax Porfolio Data 15 Jul 1994 CD-ROM.ISO
/
fp26_rmx
/
test.prg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-18
|
207 b
|
11 lines
CLOSE DATABASES
*PRIVATE M.Saturday, M.Sunday
M.Saturday = 'Week2'
M.Sunday = 'Week4'
ERASE Mess.dbf
CREATE TABLE Mess ;
(Saturday C(30), Sunday C(30))
USE Mess
APPEND BLANK
GOTO TOP
GATHER MEMVAR